home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Graphic / iView PhotoMover 2.0.3 / AppleScript samples / Photomover / MediaPro Script Read Me < prev    next >
Encoding:
Text File  |  2001-04-11  |  2.2 KB  |  66 lines  |  [TEXT/ttxt]

  1. iView PhotoMover V2.02 AppleScript Release notes: 10 April 2001
  2.  
  3. New Features in V2.02:
  4.  
  5. - AppleScript support for selecting albums was enhanced to also create albums,
  6.   if the album selected does not exist (Currently FotoTime and Club Photo only).
  7.  
  8. - When uploading to Club Photo and the album is full (60 pictures),
  9.   a new album is created with the ".2" added to the end, and then ".3" ...
  10.  
  11.   Note: Full albums are indicated in the Pref's PopUp menu
  12.         by "- full album" append to the end as shown below...in the picture
  13.  
  14. AppleScript samples:  
  15.  
  16.      set afile to choose file -- select a file.
  17.          -- Select an existing album called "iview". The description isused as the image description.
  18.         open afile into album "iview" with description "test image description"
  19.  
  20.      open afile with description "images of the world"
  21.  
  22. Installing in iView MediaPro's script menu:
  23.  
  24. 1. Quit MediaPro
  25. 2. Move the "PhotoMover" script folder into the Plugin:Script folder of iView MediaPro
  26. 3. Start Media Pro
  27.  
  28. You should now have a sub-menu called "PhotoMover".
  29.  
  30. Included scripts:
  31.  
  32. Club Photo Scripts:
  33.  
  34. Club Photo Upload w Caption  - Upload to Club Photo with captions.
  35.  
  36. FotoTime Scripts:
  37.  
  38. FotoTime set Album w caption - Create an album based on Country, State and City and upload to that album setting the captions as well.
  39.  
  40. FotoTime Upload w Caption - Upload to currently selected album
  41.  
  42. FotoTime w FileName Caption - Upload to currently selected album and use the filename and caption as the caption.
  43.  
  44. PhotoPoint Scripts:
  45. PhotoPoint - Upload to the incoming album
  46.  
  47. Nikon.net Scripts:
  48. Nikon.net - upload to My Pictures
  49.  
  50. Issue not resolved:
  51. - PhotoMover reports upload one file, due to the way Description are send to PhotoMover.
  52.   Currently PhotoMover does not support a list of description with a list of files. 
  53.   Once Description is applied to all files in the list.
  54.  
  55. - If the preference window is open in PhotoMover script will get a time out error.
  56.  
  57. - No refresh album list option for getting new album list, if the user creates/deletes one on the web.
  58.  
  59. - Captions don't support HTML and/or returns. So can't format link:
  60.     Filename: <filename>
  61.     Caption: <caption text>
  62.  
  63. Download lastest version from:
  64.  
  65.     http://www.iview-multimedia.com/
  66.